home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / schord < prev    next >
Text File  |  1994-04-25  |  634b  |  24 lines

  1. schord:
  2.  
  3. Syntax:    schord ( SCH_LIST, IFST, ILST )
  4.  
  5. Description:
  6.  
  7.     Schord re-orders the real-Schur/Schur factorization of a
  8.     real/complex matrix:
  9.  
  10.                 A = z * t * z'
  11.  
  12.     so that the diagonal block of t with row index IFST is moved
  13.     to row ILST. The real-Schur/Schur form t is re-ordered by an
  14.     orthogonal/unitary similarity transformation O'*t*O. The
  15.     matrix z of Schur vectors is updated by postmultiplying it
  16.     with O.
  17.  
  18.         The 1st argument to schord, SCH_LIST is the output list from
  19.     schur(). SCH_LIST must contain elements `z' and `t'.    
  20.  
  21.         Schord uses the LAPACK subroutines DTREXC, and ZTREXC.
  22.  
  23. See Also: schur
  24.